home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / editors / vi / vim-4.000 / vim-4 / vim-4.2 / src / archie.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-06-09  |  452 b   |  24 lines

  1. /* vi:set ts=4 sw=4:
  2.  *
  3.  * VIM - Vi IMproved        by Bram Moolenaar
  4.  *
  5.  * Do ":help uganda"  in Vim to read copying and usage conditions.
  6.  * Do ":help credits" in Vim to see a list of people who contributed.
  7.  */
  8.  
  9. /*
  10.  * Archimedes Machine-dependent things
  11.  */
  12.  
  13. #if defined(__DATE__) && defined(__TIME__)
  14. # define HAVE_DATE_TIME
  15. #endif
  16. #define HAVE_QSORT
  17. #define HAVE_FCNTL_H
  18.  
  19. #define vim_remove(x) remove((char *)(x))
  20.  
  21. /*
  22.  * sorry, this file is missing
  23.  */
  24.